# Add code snippets
We provide snippet files here. If you want to use them, please install the snippets manually.
The following document lists steps to add a snippet to Visual Studio.
# Provide snippets
rproppublic ReactiveProperty<T> PropertyName { get; }rrproppublic ReadOnlyReactiveProperty<T> PropertyName { get; }rcompublic ReactiveCommand CommandName { get; }rcomgpublic ReactiveCommand<T> CommandName { get; }arcompublic AsyncReactiveCommand CommandName { get; }arcomgpublic AsyncReactiveCommand<T> CommandName { get; }rcollpublic ReactiveCollection<T> CollectionName { get; }rrcollpublic ReadOnlyReactiveCollection<T> CollectionName { get; }