Hypermedia.Metadata.Runtime.RuntimeField.CreateRuntimeField C# (CSharp) Метод

CreateRuntimeField() статический приватный Метод

Creates a runtime field from a property info.
static private CreateRuntimeField ( PropertyInfo propertyInfo ) : RuntimeField
propertyInfo System.Reflection.PropertyInfo The property info to create the runtime field for.
Результат RuntimeField
        internal static RuntimeField CreateRuntimeField(PropertyInfo propertyInfo)
        {
            return new RuntimeField(propertyInfo);
        }